runtime.gcWork.bytesMarked (field)
8 uses
runtime (current package)
mgcmark.go#L1467: gcw.bytesMarked += uint64(n)
mgcmark.go#L1621: gcw.bytesMarked += uint64(span.elemsize)
mgcmark.go#L1711: gcw.bytesMarked += uint64(span.elemsize)
mgcwork.go#L79: bytesMarked uint64
mgcwork.go#L270: if w.bytesMarked != 0 {
mgcwork.go#L275: atomic.Xadd64(&work.bytesMarked, int64(w.bytesMarked))
mgcwork.go#L276: w.bytesMarked = 0
mwbbuf.go#L259: gcw.bytesMarked += uint64(span.elemsize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)